home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / gnu / gawk / gawk213b.zoo / test / header.awk < prev    next >
Text File  |  1991-04-06  |  92b  |  6 lines

  1. BEGIN{
  2.     "date" | getline cur_time
  3.     close ("date")
  4.     print "This line printed on", cur_time
  5. }
  6.